/* Global Styles */
* {
    user-select: none;
  }
  img {
    user-drag: none;       /* Safari */
    user-select: none;     /* Modern tarayıcılar */
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;  /* Eğer tamamen etkileşimi engellemek istersen */
  }
  
  /* Kaydırılabilir alanlarda bulunan görselleri etkileşime açma */
  .feature-card__image-wrapper img,
  .cargo-card__image,
  .feature-card__image {
      pointer-events: auto;  /* Kaydırma için görsellerin etkileşime izin ver */
  }
  
:root {
    /* Colors - Figma verilerinden alınacak */
    --color-primary: #FE6F00;
    --color-dark: #171717;
    --color-light: #FFFFFF;
    --color-gray: #64676A;
    --color-light-gray: #F1F1F1;
    --color-border: #D4D4D4;
    --color-background: #FCFCFC;

    /* Typography - Figma verilerinden alınacak */
    --font-family-base: 'Inter', sans-serif;
    /* Diğer font değişkenleri */

    /* Spacing */
    --container-padding: 0 112px; /* Desktop padding */
}

body {
    font-family: var(--font-family-base);
    color: var(--color-dark);
    background-color: var(--color-background);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Opsiyonel: Mobil menü açıkken sayfa kaydırmayı engelle */
body.no-scroll {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1440px; /* Max width according to Figma */
    margin: 0 auto;
    padding: var(--container-padding);
}

/* Buttons - Genel Buton Stilleri */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px; /* Figma'dan gelen padding değerleri */
    border-radius: 10px; /* Figma'dan gelen border-radius */
    font-weight: 600;
    font-size: 14px; /* Figma'dan */
    line-height: 1.21;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    border: 1px solid transparent;
}

.button--primary {
    background: linear-gradient(0deg, #EA6600, #EA6600), linear-gradient(180deg, #FE6F00 92.31%, #EA6600 92.71%); /* Figma Gradient */
    border-color: #D95F00; /* Figma Border */
    color: var(--color-light);
}

.button--primary:hover {
    /* Hover state */
    opacity: 0.9;
}

.button--outline {
    background: linear-gradient(0deg, #F1F1F1, #F1F1F1), linear-gradient(180deg, #FFFFFF 92.31%, #F1F1F1 92.71%); /* Figma Gradient */
    border: 1px solid var(--color-border);
    color: var(--color-dark);
}

.button--outline:hover {
    background-color: var(--color-light-gray);
}

.button--with-icon {
    gap: 8px; /* İkon ve metin arası boşluk */
}

.button--with-icon svg {
    /* İkon stilleri */
}

/* Header Styles */
.header {
    background-color: var(--color-background); /* Figma'dan */
    padding: 24px 0; /* Figma'dan gelen padding */
    /* Gerekirse border-bottom veya shadow eklenebilir */
    position: sticky;
    top: 0;
    z-index: 1000; /* Üstte kalması için */
    border-bottom: 1px solid var(--color-light-gray); /* Hafif bir ayrım çizgisi */
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__left {
    display: flex;
    align-items: center;
    gap: 92px; /* Logo ve Nav arası boşluk */
}

.header__logo img {
    display: block;
    /* Gerekirse boyut ayarı */
    height: 48px; /* Örnek yükseklik, Figma'ya göre ayarlanmalı */
}

.header__nav {
    background-color: var(--color-light-gray);
    border-radius: 12px; /* Figma'dan */
    padding: 4px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2px;
}

.nav-menu__item {
    /* İçerik yok şimdilik */
}

.nav-menu__link {
    display: block;
    padding: 12px 16px;
    color: var(--color-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px; /* Figma'dan */
    line-height: 1.21;
    border-radius: 10px; /* İçteki linkler için de radius */
    transition: background-color 0.3s ease;
}

.nav-menu__link:hover,
.nav-menu__link--active { /* Aktif durum için sınıf */
    background-color: var(--color-light);
}

.header__right {
    display: flex;
    align-items: center;
    gap: 16px; /* Butonlar arası boşluk */
}

/* Hamburger Menu Button */
.hamburger-menu {
    display: none; /* Varsayılan olarak gizli, tablet/mobilde gösterilecek */
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001; /* Diğer header elemanlarının üzerinde */
}

.hamburger-menu__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-dark);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/* Hamburger "açık" durum stilleri (JS ile eklenecek .is-active sınıfı) */
.hamburger-menu.is-active .hamburger-menu__line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.hamburger-menu.is-active .hamburger-menu__line:nth-child(2) {
    opacity: 0;
}
.hamburger-menu.is-active .hamburger-menu__line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* Mobile Navigation Menu */
.mobile-nav {
    display: none; /* Varsayılan olarak gizli */
    position: fixed; /* veya absolute, header'a göre */
    top: 0; /* Header yüksekliği kadar offset veya 0 */
    left: 0;
    width: 100%;
    height: 100vh; /* Tam ekran */
    background-color: var(--color-background);
    z-index: 1000; /* Hamburger'ın altında, sayfa içeriğinin üzerinde */
    padding-top: 80px; /* Header için boşluk bırak, header yüksekliğine göre ayarla */
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%); /* Başlangıçta ekranın solunda */
}

.mobile-nav.is-active {
    display: block; /* JS ile aktif hale getirildiğinde göster */
    transform: translateX(0); /* Ekrana kaydır */
}

.mobile-nav__menu {
    list-style: none;
    padding: 0 32px; /* Yan boşluklar */
    margin: 0;
    text-align: center;
}

.mobile-nav__item {
    margin-bottom: 20px;
}

.mobile-nav__link {
    display: block;
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-nav__link:hover {
    color: var(--color-primary);
}

.mobile-nav__item--divider hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 20px 0;
}

.mobile-nav__button {
    width: 100%;
    margin-bottom: 10px;
}

.mobile-nav__button svg {
    fill: currentColor; /* Buton rengini alsın */
}

/* Hero Section Styles */
.hero {
    padding: 80px 0 120px; /* Üst ve alt boşluk artırıldı */
    position: relative; /* Arka plan elemanları için */
    overflow: hidden; /* Arka plan taşmalarını engellemek için */
    background: linear-gradient(180deg, var(--color-background) 0%, rgba(252, 252, 252, 0.8) 100%); /* Hafif gradient arka plan */
}

.hero__container {
    display: flex;
    flex-direction: column; /* Mobil görünüm için sütun düzeni */
    gap: 32px; /* İçerik ve görseller arası boşluk */
}

@media (min-width: 992px) {
    .hero__container {
        flex-direction: row; /* Masaüstü görünüm için yan yana düzen */
        align-items: flex-start;
        gap: 64px;
        padding-bottom: 100px; /* Alt kısımda daha fazla boşluk */
    }
}

.hero__content {
    flex: 1; /* Sol tarafın genişlemesini sağla */
    max-width: 533px; /* Figma'daki content genişliği */
    padding-top: 20px; /* Metni biraz aşağı almak için, Figma'ya göre ayarlanabilir */
    text-align: center; /* Mobil görünümde metni ortala */
}

@media (min-width: 992px) {
    .hero__content {
        text-align: left; /* Masaüstü görünümde metni sola hizala */
    }
}

.hero__title {
    font-size: 54px; /* Figma'dan */
    font-weight: 800;
    line-height: 1.18; /* Figma'dan */
    margin-top: 0;
    margin-bottom: 14px; /* Figma'dan */
    color: var(--color-dark);
}

.hero__description {
    font-size: 18px; /* Figma'dan */
    line-height: 1.55; /* Figma'dan */
    color: var(--color-gray);
    margin-top: 0;
    margin-bottom: 32px; /* Alt boşluk, isteğe bağlı */
    text-align: left;
}

.hero__visuals {
    flex: 1; /* Sağ tarafın genişlemesini sağla */
    position: relative !important;
    width: 650px !important;
    height: 450px !important;
    margin-top: 20px !important;
    max-width: 650px; /* Maksimum genişlik artırıldı */
    z-index: 2;
}

/* Card Styles - Hero Section */
.card {
    background-color: white;
    border: 1px solid #ddd !important;
    border-radius: 16px !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(5px) !important;
    padding: 24px !important;
    overflow: hidden !important;
    width: 300px !important;
    position: absolute !important;
    height: 340px !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.card--comparison {
    top: -40px !important;
    right: 0px !important;
    z-index: 3 !important;
    transform: rotate(0deg) !important;
    background-image: url('..//assets/images/herogirl.png') !important;
    text-align: left;
}

.card--management {
    top: 120px !important;
    left: 0px !important;
    z-index: 2 !important;
    transform: rotate(0deg) !important;
    background-image: url('..//assets/images/heroucak.png') !important;
    text-align: left;
}

.card--fulfillment {
    top: 320px !important;
    right: -20px !important;
    z-index: 1 !important;
    transform: rotate(0deg) !important;
    background-image: url('..//assets/images/herofullfillment.png') !important;
    text-align: left;
    background-position: bottom left !important;
}

/* Tablet için medya sorgusu */
@media screen and (max-width: 768px) {
    .card--comparison {
        top: -30px !important;
        right: -10px !important;
        font-size: 0.9em !important;
    }
    
    .card--management {
        top: 130px !important;
        left: -10px !important;
        font-size: 0.9em !important;
    }
    
    .card--fulfillment {
        top: 330px !important;
        right: -30px !important;
        font-size: 0.9em !important;
    }
}

/* Küçük laptop için medya sorgusu */
@media screen and (min-width: 1200px) and (max-width: 1425px) {
    .card--comparison {
        top: -30px !important;
        right: -30px !important;
        font-size: 0.95em !important;
    }
    
    .card--management {
        top: 130px !important;
        left: -60px !important;
        font-size: 0.95em !important;
    }
    
    .card--fulfillment {
        top: 330px !important;
        right: -60px !important;
        font-size: 0.95em !important;
    }
}


@media screen and (min-width: 700px) and (max-width: 1200px) {
    .hero__title{
        font-size: 40px !important;
    }
    .card--comparison {
        top: -70px !important;
        right: -50px !important;
        font-size: 0.95em !important;
    }
    
    .card--management {
        top: 320px !important;
        left: -160px !important;
        font-size: 0.95em !important;
    }
    
    .card--fulfillment {
        top: 330px !important;
        right: -60px !important;
        font-size: 0.95em !important;
    }
}



.card__header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
    max-width: 70% !important;
}

.card__title {
    margin: 0 !important;
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}

.card__description {
    margin: 0 !important;
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    max-width: 70% !important;
}

/* Bu artık kullanılmayacak, ancak HTML'de kalabilir */
.card__image-area {
    display: none !important;
}

/* Mobil görünüm için hero__visuals düzeni */
@media (max-width: 768px) {
    .hero__visuals {
        position: static !important;
        height: auto !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .card {
        position: static !important;
        width: 100% !important;
        max-width: 100%;
        transform: none !important;
        height: 280px !important; 
        background-size: 60% !important;
    }
    
    .card--comparison,
    .card--management,
    .card--fulfillment {
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .card--fulfillment {
        height: 340px !important;
    }
    .card__header,
    .card__description {
        max-width: 60% !important;
    }
}

/* Footer Mobil Düzeltmeleri */
.footer {
    padding: 90px 0 24px;
    text-align: center;
}

/* Integrations Section Styles */
.integrations {
    background-image: url('..//assets/images/part10.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0; /* Bölüm boşlukları */
    background-color: var(--color-background);
    position: relative; /* İçerik ve logoların konumlandırılması için */
    min-height: 300px; /* Sabit yükseklik */
    overflow: hidden; /* Taşmaları engelle */
    max-height: 500px; /* Maksimum yükseklik */
}

.integrations__container {
    height: 100%; /* Container'ın yüksekliğini artırıyoruz */
}

.integrations__container {
    position: relative; /* Absolüt konumlandırılmış logolar için referans noktası */
    display: flex; /* Metin içeriğini ortalamak için */
    justify-content: center;
    align-items: center;
    min-height: inherit; /* Parent'tan yüksekliği al */
    padding-top: 50px; /* Logolar için üstte boşluk bırak */
    padding-bottom: 50px; /* Logolar için altta boşluk bırak */
}

.integration-logo {
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 22px; /* Figma'dan */
    padding: 20px; /* Daha küçük padding daha iyi görünebilir */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px -7px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 15px rgba(0, 0, 0, 0.05);
    min-height: 90px; /* Ortalama bir yükseklik */
    width: auto; /* Genişlik içeriğe göre */
    min-width: 140px; /* Minimum genişlik */
    max-width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: absolute; /* Manuel konumlandırma */
    z-index: 1; /* Metnin altında */
}

.integration-logo:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: inset 0px -7px 0px 0px rgba(0, 0, 0, 0.05), 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.integration-logo img {
    display: block;
    max-width: 100%;
    max-height: 40px; /* Logo yüksekliğini sınırla */
    object-fit: contain;
}

/* Her logo için özel konumlandırma */
/* Değerler görselden tahminidir, ince ayar gerekebilir */
.integration-logo--parasut { top: 10%; left: 12%; }
.integration-logo--walmart { top: 18%; left: 28%; }
.integration-logo--ideasoft { top: 8%; left: 45%; transform: translateX(-50%);}
.integration-logo--etsy { top: 15%; right: 25%; }
.integration-logo--ikas { top: 12%; right: 10%; }

.integration-logo--amazon { top: 40%; left: 18%; transform: translateY(-50%); }
.integration-logo--ebay { top: 42%; right: 15%; transform: translateY(-50%); }

.integration-logo--fedex { bottom: 15%; left: 10%; }
.integration-logo--ptt { bottom: 8%; left: 30%;}
.integration-logo--dhl { bottom: 5%; left: 50%; transform: translateX(-50%);}
.integration-logo--shopify { bottom: 10%; right: 22%; }
.integration-logo--ticimax { bottom: 18%; right: 8%; }

.integrations__content {
    /* Eski transform: translateY(-50%) kaldırıldı */
    background: transparent; /* Arka planı şeffaf yap, logolar görünsün */
    backdrop-filter: none; /* Blur efektini kaldır */
    padding: 20px; /* Hafif padding */
    border-radius: 0; /* Kenarlık ve radius'u kaldır */
    border: none;
    text-align: center;
    max-width: 450px; /* İçerik genişliğini ayarla */
    position: relative; /* Akışta kalsın, z-index ile logoların üzerine çıksın */
    z-index: 2; /* Logoların üzerinde */
    box-shadow: none; /* Gölgeyi kaldır */
    display: none; /* Tamamen gizle, hem mobil hem masaüstü */
}

.integrations__title {
    font-size: 38px; /* Figma'dan */
    font-weight: 800;
    line-height: 1.42; /* Figma'dan */
    color: var(--color-dark);
    margin-top: 0;
    margin-bottom: 8px;
}

.integrations__description {
    font-size: 18px; /* Figma'dan */
    line-height: 1.55; /* Figma'dan */
    color: var(--color-gray);
    margin-top: 0;
    margin-bottom: 0;
}

/* Feature Highlights Section Styles */
.feature-highlights {
    padding: 100px 0; /* Bölüm boşlukları */
    background-color: var(--color-background);
}

.feature-highlights__container {
    /* Konteyner stilleri zaten globalde var */
}

/* Reusable Section Header */
.section-header {
    margin-bottom: 48px; /* Başlık ve içerik arası boşluk */
    max-width: 768px; /* Başlık alanının maksimum genişliği */
    margin-left: auto;
    margin-right: auto;
}

.section-header.text-center {
    text-align: center;
}

.section-header__title {
    font-size: 38px; /* Figma'dan (veya global değişken) */
    font-weight: 800;
    line-height: 1.42; /* Figma'dan (veya global değişken) */
    color: var(--color-dark);
    margin-top: 0;
    margin-bottom: 8px;
}

.section-header__description {
    font-size: 18px; /* Figma'dan (veya global değişken) */
    line-height: 1.55; /* Figma'dan (veya global değişken) */
    color: var(--color-gray);
    margin-top: 0;
    margin-bottom: 0;
}

.feature-highlights__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-behavior: smooth; /* Yumuşak kaydırma */
    /* scroll-snap özellikleri kaldırıldı */
    
    /* Yurtdisi.css'teki gibi daha basit ve düzgün çalışan kaydırma davranışı */
    scroll-padding: 24px;
    margin-bottom: 16px; /* Slider nav butonları için */
}

.feature-highlights__cards::-webkit-scrollbar {
    height: 4px;
}

.feature-highlights__cards::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 22px);
    min-width: calc(33.333% - 22px);
    /* Sürükleme ve kaydırma için pointer-events: none kaldırıldı */
}

.feature-card__image-wrapper {
    border-radius: 16px;
    padding: 24px; /* İç boşluk */
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    height: 420px; /* Figma'daki yükseklik */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Etiketi yukarı, resmi aşağıya */
    width: 100%;
}

/* Kartlara özel arka plan renkleri */
.feature-card__image-wrapper--panel {
    background-color: #F8EDEB; /* Figma'dan */
}

.feature-card__image-wrapper--optimize {
    background-color: #EDEDE9; /* Figma'dan */
}

.feature-card__image-wrapper--asset {
    background-color: #FAF4EF; /* Figma'dan */
}

.feature-card__label {
    background-color: var(--color-light);
    border-radius: 60px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    align-self: flex-start; /* Etiketi sola yasla */
    /* Veya display: inline-block; */
}

.feature-card__image {
    display: block;
    max-width: 100%;
    height: 100%;
    /* Gerekirse resimlere özel konumlandırma */
    border-radius: 10px; /* Ekran görüntüsü kenarları için */
    margin-top: 10px; /* Etiket ile resim arası boşluk */
    width: 100%;
    object-fit: cover;
}

.feature-card__content {
    padding: 0 12px; /* İçerik için yan boşluklar */
}

.feature-card__title {
    font-size: 16px; /* Figma'dan */
    font-weight: 600;
    line-height: 1.5; /* Figma'dan */
    color: var(--color-dark);
    margin-top: 0;
    margin-bottom: 12px;
}

.feature-card__description {
    font-size: 16px; /* Figma'dan */
    line-height: 1.625; /* Figma'dan */
    color: var(--color-gray);
    margin: 0;
}

/* Callback Form Section Styles */
.callback-form {
    background-color: #F7F7F7; /* Figma Background */
    padding: 112px 0; /* Bölüm boşlukları */
    position: relative;
    overflow: hidden; /* Arka plan taşmalarını engelle */
}

.callback-form__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Buraya Figma'daki gradient, noise ve vektör desenleri eklenecek */
    /* background-image: url(...), linear-gradient(...); */
    opacity: 0.3; /* Figma'daki opaklık */
    z-index: 1;
}

.callback-form__container {
    display: flex;
    align-items: center;
    gap: 64px; /* Avatarlar ve içerik arası boşluk */
    position: relative; /* İçeriğin arka planın üzerinde kalması için */
    z-index: 2;
}

.callback-form__avatars {
    flex: 1;
    position: relative;
    max-width: 440px;
    height: auto; /* Yüksekliği otomatik ayarla */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Sola yasla */
}

.callback-form__avatars img {
    width: 100%; /* Genişliği container'a göre ayarla */
    height: auto; /* Yüksekliği orantılı olarak ayarla */
    max-height: none; /* Yükseklik sınırlamasını kaldır */
    object-fit: contain;
    object-position: left center;
    display: block;
}

.callback-form__content {
    flex: 1;
    max-width: 590px; /* İçerik alanı genişliği */
}

.callback-form .section-header {
    text-align: left; /* Başlığı sola hizala */
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

/* Phone input için flag-icons düzenlemesi */
.phone-input__flag {
    width: 20px; 
    height: 15px;
    border-radius: 2px;
    display: inline-block;
}

@media (max-width: 768px) {
    .callback-form {
        padding: 60px 0; /* Mobilde padding azalt */
    }
    
    .callback-form__container {
        flex-direction: column;
        gap: 32px;
    }
    
    .callback-form__avatars {
        order: -1; /* Mobilde üstte göster */
        max-width: 80%; /* Mobilde daha geniş */
        justify-content: center; /* Ortala */
        margin-bottom: 20px;
    }
    
    .callback-form__content {
        max-width: 100%;
    }
    
    .callback-form .section-header {
        text-align: center; /* Mobilde başlığı ortala */
    }
}

/* Form Styles */
.form {
    margin-top: 32px; /* Başlık ve form arası boşluk */
}

.form__row {
    display: flex;
    gap: 16px; /* Input grupları arası boşluk */
    margin-bottom: 16px;
}

.form__group {
    flex: 1; /* Input gruplarının eşit genişlemesi */
    position: relative; /* Label positioning için (kullanılırsa) */
}

.form__input {
    width: 100%;
    padding: 16px; /* Input iç boşluğu */
    border: 1px solid var(--color-border);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.21;
    background-color: var(--color-light);
    color: var(--color-dark);
    transition: border-color 0.3s ease;
}

.form__input::placeholder {
    color: var(--color-gray); /* Placeholder rengi */
    opacity: 0.7;
}

.form__input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(254, 111, 0, 0.2); /* Focus göstergesi */
}

.form__group--phone {
    /* Telefon input'u için özel stil */
}

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background-color: var(--color-light);
    padding-left: 8px; /* Bayrak için sol boşluk */
}

.phone-input:focus-within {
    /* Input focus aldığında tüm çerçeveyi vurgula */
     border-color: var(--color-primary);
     box-shadow: 0 0 0 2px rgba(254, 111, 0, 0.2);
}

.phone-input__country {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px; /* Figma'ya göre ayarlanmalı */
    cursor: pointer;
    background-color: var(--color-light-gray); /* Figma'dan */
    border-radius: 6px; /* Figma'dan */
    margin-right: 8px;
}

.phone-input__flag {
    width: 20px; /* Bayrak boyutu */
    height: auto;
    border-radius: 2.4px; /* Figma */
}

.phone-input__country svg {
    width: 12px; /* Dropdown ikonu boyutu */
    height: 12px;
}

.form__input--phone {
    border: none;
    padding: 16px 16px 16px 8px; /* Sol padding'i azalt */
    flex-grow: 1; /* Kalan alanı doldur */
    box-shadow: none;
}

.form__input--phone:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent; /* Focus içinde border istemiyoruz */
}


.form__row--bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px; /* Alt satır için üst boşluk */
    margin-bottom: 0;
}

.form__group--checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1; /* Alanı doldur */
}

.form__checkbox-input {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary); /* Checkbox rengi */
    cursor: pointer;
    border: 1px solid var(--color-border); /* Figma'daki görünüm için */
    appearance: none; /* Tarayıcı varsayılanını kaldır */
    border-radius: 4px;
    position: relative;
    background-color: var(--color-light);
}

.form__checkbox-input:checked {
     background-color: var(--color-primary);
     border-color: var(--color-primary);
}

/* Checkbox için tik işareti (opsiyonel, pseudo element ile) */
.form__checkbox-input:checked::after {
    content: '\2713'; /* Tik işareti */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-light);
    font-size: 14px;
    font-weight: bold;
}

.form__checkbox-label {
    font-size: 11px; /* Figma'dan */
    line-height: 1.63; /* Figma'dan */
    color: var(--color-gray);
    cursor: pointer;
}

.form__submit {
    min-width: 288px; /* Figma'daki buton genişliği */
}

/* Sticky Features Section Styles */
.sticky-features {
    padding: 80px 0; /* Bölüm boşlukları */
    background-color: var(--color-background);
}

.sticky-features__container {
    display: flex;
    flex-direction: row; /* Desktop görünümünde yan yana */
    align-items: center; /* İçeriği ortala */
    gap: 64px; /* Metin ve görsel alanı arası boşluk */
}

@media (max-width: 768px) {
    .sticky-features__container {
        flex-direction: column; /* Mobil görünümde üst üste */
    }
}

.sticky-features__content {
    max-width: 50%; /* Desktop'ta yarı genişlik */
    text-align: left; /* Masaüstünde yazıları sola hizala */
}

@media (max-width: 768px) {
    .sticky-features__content {
        max-width: 1216px; /* Mobilde tam genişlik */
        text-align: center; /* Mobilde metinleri ortala */
    }
}

.sticky-features__content .section-header__title {
    font-size: 28px; /* Figma'daki başlık boyutu */
    /* Diğer başlık stilleri section-header'dan miras alınır */
}

.sticky-features__content .section-header__description {
    font-size: 16px; /* Figma'daki açıklama metni boyutu */
    line-height: 1.75; /* Figma'dan */
    /* Diğer açıklama stilleri section-header'dan miras alınır */
}

.sticky-features__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* Görsel ve navigasyon arası boşluk, Figma'da 160px ama çok fazla görünebilir */
    max-width: 50%; /* Desktop'ta yarı genişlik */
}

@media (max-width: 768px) {
    .sticky-features__visual {
        max-width: 100%; /* Mobilde tam genişlik */
    }
}

.sticky-features__image-wrapper {
    background-color: #E7B6811A; /* Figma'dan gradyanın açık tonu (opacity %10) */
    border-radius: 16px;
    padding: 24px; /* Figma'daki iç boşluklar */
    width: 384px; /* Figma'daki genişlik */
    height: 480px; /* Figma'daki yükseklik */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-features__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Figma'daki Noise, Vector ve Icon elemanları için absolute position ile yerleşim yapılabilir */
}

/* Placeholder ikonlar, Figma'daki gerçek ikonlar/görsellerle değiştirilecek */
.sticky-features__icon {
    position: absolute;
    background-color: rgba(254, 111, 0, 0.15); /* Örnek renk */
    border-radius: 50%;
}

.sticky-features__icon--pin {
    width: 50px; height: 50px;
    top: 50px; left: 50px;
    /* Figma'daki konum ve görünüme göre ayarlanacak */
}
.sticky-features__icon--box1 {
    width: 30px; height: 30px;
    bottom: 60px; right: 40px;
     background-color: rgba(254, 111, 0, 0.3);
    /* Figma'daki konum ve görünüme göre ayarlanacak */
}
.sticky-features__icon--box2 {
    width: 40px; height: 40px;
    bottom: 100px; left: 30px;
    /* Figma'daki konum ve görünüme göre ayarlanacak */
}


.sticky-features__navigation {
    display: flex;
    gap: 16px; /* Butonlar arası boşluk */
}

.button--icon-only {
    padding: 12px; /* Sadece ikon içeren butonlar için padding */
    background-color: var(--color-light-gray); /* Figma'dan */
    border: 1px solid var(--color-light-gray); /* Kenarlık olmasın diye aynı renk */
}

.button--icon-only:hover {
    background-color: var(--color-border);
}

.button--icon-only svg {
    display: block;
    width: 24px; /* İkon boyutu */
    height: 24px;
}

/* Tabbed Info Section Styles */
.tabbed-info {
    padding: 100px 0; /* Bölüm boşlukları */
    background-color: var(--color-background);
}

.tabbed-info__container {
    display: flex;
    flex-direction: column;
    align-items: center; /* İçeriği ortala */
    gap: 48px; /* Başlık, tablar ve içerik arası boşluk */
    max-width: 1216px; /* Maksimum genişlik */
    margin: 0 auto; /* Ortalama */
}

.tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: var(--color-background);
    border-radius: 12px;
    padding: 8px;
    gap: 8px;
    overflow-x: auto; /* Yatay kaydırma */
    scrollbar-width: thin; /* Firefox için ince scrollbar */
    -webkit-overflow-scrolling: touch; /* iOS için smooth scroll */
    white-space: nowrap; /* Metin alt satıra inmeyecek */
    max-width: 100%; /* Tam genişlik */
    scroll-behavior: smooth; /* Yumuşak kaydırma */
    scroll-padding: 16px; /* Yurtdisi.css'teki yaklaşım */
    /* scroll-snap özellikleri kaldırıldı */
    
    /* Yurtdisi.css'teki kaydırma davranışını taklit etme */
    position: relative; /* Konumlandırma için */
    padding-bottom: 10px; /* Alt boşluk */
}

.tabs::-webkit-scrollbar {
    height: 4px; /* Yatay scrollbar yüksekliği */
}

.tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.tab-button {
    padding: 12px 24px;
    border: none;
    background-color: var(--color-light-gray);
    color: var(--color-dark);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.21;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
    flex: 0 0 auto; /* Kaydırılabilir olması için */
    /* Butonlar arası boşluk için margin ekleyelim */
    margin-right: 2px; /* Butonlar arası ince boşluk */
}

.tab-button:hover {
    background-color: #e0e0e0; /* Hafif hover efekti */
}

.tab-button--active {
    background-color: var(--color-dark); /* Aktif sekme rengi (Figma: #171717) */
    color: var(--color-light);
}

.tab-button--active:hover {
    background-color: #333; /* Aktif hover */
}

.tab-content-wrapper {
    width: 100%;
    border: 1px solid var(--color-light-gray); /* Figma'daki çerçeve */
    border-radius: 16px;
    overflow: hidden; /* İçerik taşmalarını engelle */
    background-color: var(--color-light); /* İçerik alanı arka planı */
}

.tab-content {
    display: none; /* Varsayılan olarak tüm içerikleri gizle */
    padding: 36px; /* İçerik alanı iç boşluğu */
    align-items: center; /* Görsel ve metni hizala */
    gap: 36px; /* Görsel ve metin arası boşluk */
    flex-direction: row; /* Varsayılan yatay yerleşim */
}

.tab-content--active {
    display: flex; /* Sadece aktif olanı göster (flex ile) */
}

.tab-content__visual {
    flex: 1; /* Görsel alanının genişlemesi */
    max-width: 728px; /* Figma'daki görsel alanı */
    background-color: #EDF2FB; /* Figma görsel arka planı */
    border-radius: 16px 0 0 16px; /* Sadece sol tarafı yuvarla */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px; /* Görsel çevresine boşluk */
    min-height: 400px; /* Minimum yükseklik */
    overflow: hidden;
}

.tab-content__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px; /* Görsel kenarları için */
}

.tab-content__text {
    flex: 1; /* Metin alanının genişlemesi */
    max-width: 416px; /* Figma'daki metin alanı */
}

.tab-content__title {
    font-size: 38px; /* Figma'dan */
    font-weight: 800;
    line-height: 1.42;
    color: var(--color-dark);
    margin-top: 0;
    margin-bottom: 12px;
}

.tab-content__description {
    font-size: 16px; /* Figma'dan */
    line-height: 1.75;
    color: var(--color-gray);
    margin: 0;
}

/* FAQ Section Styles */
.faq {
    padding: 100px 0; /* Bölüm boşlukları */
    background-color: #F7F7F7; /* Callback form ile aynı arka plan */
}

.faq__container {
    max-width: 1216px; /* Maksimum genişlik arttırıldı */
    margin: 0 auto;
    display: flex; /* İçerik flex olarak düzenlenecek */
    gap: 48px; /* Başlık ve sorular arasındaki boşluk */
    align-items: flex-start; /* Üst hizalama */
}

.faq .section-header {
    flex: 0 0 40%; /* Sabit genişlik - sol taraf */
    margin-bottom: 0; /* Dikey boşluğu kaldır */
    text-align: left; /* Sol tarafta kalacak metinler */
    position: sticky; /* Kaydırma sırasında sabit kalsın */
    top: 100px; /* Yukarıdan mesafe */
}

.faq__items {
    display: flex;
    flex-direction: column;
    gap: 16px; /* SSS öğeleri arası boşluk */
    flex: 0 0 60%; /* Sağ taraf */
}

/* Responsive düzenlemeler */
@media (max-width: 1024px) {
    .faq__container {
        gap: 32px;
    }
    
    .faq .section-header {
        flex: 0 0 35%;
    }
    
    .faq__items {
        flex: 0 0 65%;
    }
}

@media (max-width: 768px) {
    .faq__container {
        flex-direction: column; /* Mobilde üst üste olacak */
        gap: 32px;
    }
    
    .faq .section-header {
        flex: 0 0 100%;
        position: static; /* Sticky özelliği kaldırıldı */
        margin-bottom: 32px;
    }
    
    .faq__items {
        flex: 0 0 100%;
    }
}

.faq-item {
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    overflow: hidden; /* Geçiş efektleri için */
}

.faq-item[open] {
    /* Açık durumdaki öğe için özel stiller (gerekirse) */
}

.faq-item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px; /* Soru alanı iç boşluğu */
    cursor: pointer;
    font-weight: 600;
    font-size: 18px; /* Figma */
    line-height: 1.55;
    color: var(--color-dark);
    list-style: none; /* Varsayılan marker'ı kaldır */
    position: relative;
}

.faq-item__question::-webkit-details-marker { display: none; } /* Chrome/Safari marker'ı kaldır */
.faq-item__question::marker { display: none; } /* Firefox marker'ı kaldır */

.faq-item__icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    /* İkon içeriği (örn: + işareti) */
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19M5 12H19' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0; /* Daralmasını engelle */
    margin-left: 16px; /* Soru ve ikon arası boşluk */
}

.faq-item[open] > .faq-item__question .faq-item__icon {
    /* Açık durumda ikonu değiştir (örn: - işareti) */
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.faq-item__answer {
    padding: 0 24px 24px 24px; /* Cevap alanı iç boşluğu (üst padding summary'de) */
    font-size: 16px; /* Figma */
    line-height: 1.75;
    color: var(--color-gray);
    /* Açılış/kapanış animasyonu için max-height veya grid kullanılabilir */
}

.faq-item__answer p {
    margin: 0;
}

/* Footer Styles */
.footer {
    background: linear-gradient(to bottom, #FA994E 0%, #FE4800 100%);

    color: #FFFFFF;
    padding: 80px 0 40px;
    position: relative;
}

.footer__container {
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Panel Bölümü */
.footer__panel {
    background-color: #FFF2E9;
    border-radius: 16px;
    padding: 40px 40px 40px 50px;
    margin: 0px auto 80px;
    display: flex;
    gap: 48px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-image: url('..//assets/images/part15.png');
    background-position: 95% bottom;
    background-repeat: no-repeat;
    background-size: 42% auto;
    position: relative;
    overflow: hidden;
}

.footer__panel-content {
    flex: 0 0 40%;
    max-width: 40%;
    color: #333;
}

.footer__panel-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #333;
    text-align: left;
    line-height: 1.2;
}

.footer__panel-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: left;
    color: #555;
}

.footer__panel-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.footer__form-group {
    margin-bottom: 8px;
    width: 100%;
}

.footer__input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
}

.footer__form-checkbox {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.footer__checkbox {
    margin-top: 2px;
}

.footer__checkbox-label {
    font-size: 12px;
    color: #777;
}

.footer__submit {
    background-color: #FF7A30;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.footer__panel-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.footer__panel-img {
    display: none; /* Artık bu eleman kullanılmayacak */
}

/* Logo Merkez */
.footer__logo-center {
    text-align: center;
    margin-bottom: 48px;
}

.footer__logo {
    height: 48px;
    width: auto;
}

.footer__logo--invert {
    filter: brightness(0) invert(1);
}

/* İletişim Bilgileri */
.footer__contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 15px 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.footer__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
    line-height: 1.4;
}

.footer__icon {
    flex-shrink: 0;
}

.footer__divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 24px;
}

/* Alt Bölüm */
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__copyright {
    font-size: 12px;
    color: white;
    opacity: 0.8;
    margin: 0;
}

.footer__social {
    display: flex;
    gap: 16px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.footer__social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer__social-icon {
    color: white;
}

/* Mobil */
@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }

    .footer__panel {
        flex-direction: column;
        padding: 32px 24px 300px 24px;
        margin: -100px auto 50px;
        background-position: center 90%;
        background-size: 320px auto;
        min-height: auto;
    }
    
    .footer__panel-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .footer__panel-title, .footer__panel-description {
        text-align: center;
    }
    
    .footer__panel-image {
        min-height: 200px;
        background-position: center;
        margin-top: 20px;
    }
    
    .footer__contact-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    
    .footer__bottom {
        flex-direction: column;
        gap: 16px;
    }
    
    .footer__copyright {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer__panel {
        padding: 24px 20px 280px 20px;
        margin: -80px 16px 40px;
        background-position: center 95%;
        background-size: 280px auto;
        min-height: auto;
    }
    
    .footer__panel-title {
        font-size: 22px;
        text-align: center;
    }
    
    .footer__panel-description {
        font-size: 14px;
        text-align: center;
    }
    
    .footer__panel-image {
        min-height: 150px;
    }
    
    .footer__contact-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }
    
    .footer__bottom {
        flex-direction: column;
        gap: 16px;
    }
    
    .footer__copyright {
        text-align: center;
    }
}

/* Responsive Styles */

/* Small Desktops (1024px and down) */
@media (max-width: 1024px) {
    :root {
        --container-padding: 0 64px; /* Daha küçük padding */
    }

    .header__left {
        gap: 48px; /* Logo ve Nav arası boşluk azalt */
    }

    .hero__container {
        gap: 48px;
    }

    .hero__content {
        padding-top: 30px;
    }

    .hero__title {
        font-size: 48px;
    }

    .hero__visuals {
        /* Kartlar biraz daha dar olabilir veya grid yapısı ayarlanabilir */
        gap: 16px;
    }

    .card__title {
        font-size: 24px;
    }

    .integrations__logos {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 20px;
    }

    .integrations__content {
        margin-top: -80px;
    }

    .feature-highlights__cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Kartlar alta kayabilir */
        gap: 24px;
    }

    .callback-form__container {
        gap: 48px;
    }

    .callback-form__avatars {
        max-width: 380px;
        height: 280px;
    }

    .sticky-features__image-wrapper {
        width: 320px;
        height: 400px;
    }

    .tab-content {
        padding: 24px;
        gap: 24px;
    }

    .tab-content__title {
        font-size: 32px;
    }

    .footer__main {
        gap: 48px;
    }
}

/* Tablet (768px and down) */
@media (max-width: 768px) {
    :root {
        --container-padding: 0 32px;
    }

    .header__left {
        gap: 24px;
    }

    .header__nav {
        display: none; /* Masaüstü navigasyonu gizle */
    }

    .hamburger-menu {
        display: flex; /* Hamburger butonunu göster */
    }

    .header__right .header__whatsapp,
    .header__right .header__phone,
    .header__right .header__contact {
        display: none; /* Masaüstü header'daki sağ butonları gizle */
    }

    .hero__container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero__content {
        max-width: 100%;
        padding-top: 0;
    }

    .hero__visuals {
        grid-template-columns: 1fr; /* Kartlar tek sütun */
        grid-template-areas:
            "comparison"
            "management"
            "fulfillment";
        width: 100%;
        max-width: 450px; /* Kartların maksimum genişliği */
        margin-top: 40px;
    }

    .card {
        padding: 20px;
    }

    .integrations {
        background-image: url('..//assets/images/part10mobile.png');
        background-size: 100% auto; /* Görsel tam genişlikte görünsün */
        background-position: center;
        min-height: 450px; /* Mobil için yükseklik */
        width: 100%; /* Tam genişlik */
        max-width: 100%; /* Sınırlama olmasın */
    }

    .integrations__content {
        display: none; /* Mobil görünümde metinleri gizle */
    }

    .integrations__container {
        padding-top: 20px; /* Daha az padding */
        padding-bottom: 20px;
    }

    .integration-logo {
        padding: 15px; /* Biraz daha küçük padding */
        min-height: 80px;
        min-width: 120px;
        max-width: 150px;
    }

    /* Logo pozisyonlarını tablet için biraz daha merkeze çekebiliriz */
    /* Örnek pozisyon ayarlamaları - ince ayar gerekebilir */
    .integration-logo--parasut { top: 8%; left: 10%; }
    .integration-logo--walmart { top: 15%; left: 25%; }
    .integration-logo--ideasoft { top: 5%; left: 50%; transform: translateX(-50%);}
    .integration-logo--etsy { top: 12%; right: 22%; }
    .integration-logo--ikas { top: 8%; right: 8%; }

    .integration-logo--amazon { top: 38%; left: 15%; transform: translateY(-50%); }
    .integration-logo--ebay { top: 40%; right: 12%; transform: translateY(-50%); }

    .integration-logo--fedex { bottom: 12%; left: 8%; }
    .integration-logo--ptt { bottom: 5%; left: 28%;}
    .integration-logo--dhl { bottom: 2%; left: 50%; transform: translateX(-50%);}
    .integration-logo--shopify { bottom: 8%; right: 20%; }
    .integration-logo--ticimax { bottom: 15%; right: 1%; }

    .integrations__content {
        order: 0; /* Metin içeriği hala z-index ile üstte olacak */
        margin-bottom: 0; /* Alt boşluk gereksiz */
        max-width: 380px; /* Metin alanı tablet için daraltılabilir */
    }

    .section-header__title,
    .integrations__title,
    .feature-highlights .section-header__title,
    .callback-form .section-header__title,
    .sticky-features .section-header__title,
    .tabbed-info .section-header__title,
    .faq .section-header__title {
        font-size: 32px;
        line-height: 1.3;
    }

    .feature-highlights__cards {
        grid-template-columns: 1fr; /* Kartlar tek sütun */
    }

    .callback-form__container {
        flex-direction: column;
    }

    /* .callback-form__avatars {
        display: none;
    } */ /* Avatarları gizleme özelliği kaldırıldı */

    .form__row {
        flex-direction: column;
        gap: 0; /* Inputlar arası dikey boşluk margin-bottom ile verilecek */
        margin-bottom: 0; /* Alt satır için gereksiz */
    }
    .form__group {
        margin-bottom: 16px;
    }
    .form__group:last-child {
        margin-bottom: 0;
    }

    .sticky-features__content .section-header__description {
        font-size: 15px;
    }

    .tabbed-info__container {
        gap: 32px;
    }

    .tabs {
        padding: 6px;
        gap: 6px;
    }

    .tab-button {
        padding: 10px 16px;
        font-size: 14px;
    }

    .tab-content {
        flex-direction: column;
    }

    .tab-content__visual {
        max-width: 100%;
        min-height: 250px;
        border-radius: 16px 16px 0 0; /* Üst köşeleri yuvarla */
    }

    .tab-content__text {
        max-width: 100%;
        text-align: center;
        padding: 24px;
    }

    .tab-content__title {
        font-size: 28px;
    }

    .faq-item__question {
        font-size: 16px;
        padding: 20px;
    }
    .faq-item__answer {
        font-size: 14px;
        padding: 0 20px 20px;
    }

    .footer {
        padding: 40px 0 20px 0;
    }
    .footer__main {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer-links__title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .footer-links__list {
        gap: 8px;
    }
    .footer__description,
    .footer-links__list a {
        font-size: 13px;
    }
    .footer__copyright,
    .footer__asset-brand {
        font-size: 11px;
    }

    .mobile-nav__menu {
        padding: 0 20px;
    }

    .mobile-nav__link {
        font-size: 18px;
    }

    .tab-content {
        flex-direction: column; /* Mobilde dikey yerleşim */
        padding: 24px; /* Daha az padding */
    }

    .tab-content__visual {
        width: 100%;
        max-width: 100%; /* Tam genişlik */
        border-radius: 16px; /* Tüm köşeleri yuvarla */
        min-height: 300px; /* Daha küçük yükseklik */
    }

    .tab-content__text {
        width: 100%;
        max-width: 100%; /* Tam genişlik */
        padding-top: 24px; /* Üst boşluk */
    }

    .tab-content__title {
        font-size: 24px; /* Daha küçük font */
    }
}

/* Mobile (480px and down) */
@media (max-width: 480px) {
    :root {
        --container-padding: 0 20px;
    }

    .container {
        padding: 0 16px;
    }

    .hero {
        padding: 40px 0;
    }

    .hero__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .hero__description {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .hero__visuals {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        padding: 16px;
    }

    .card__title {
        font-size: 16px;
        line-height: 1.4;
    }

    .card__description {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .feature-highlights {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 24px;
    }

    .section-header__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .section-header__description {
        font-size: 14px;
        line-height: 1.5;
    }

    .feature-card__image-wrapper {
        height: auto;
        min-height: 200px;
        padding: 16px;
    }

    .feature-card__label {
        font-size: 12px;
        padding: 8px 12px;
    }

    .feature-card__title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .feature-card__description {
        font-size: 12px;
        line-height: 1.5;
    }

    .callback-form {
        padding: 40px 0;
    }

    .form__input {
        padding: 12px;
        font-size: 14px;
    }

    .form__submit {
        width: 100%;
        padding: 12px;
    }

    .sticky-features {
        padding: 40px 0;
    }

    .sticky-features__image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        padding: 16px;
    }

    .sticky-features__content .section-header__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .sticky-features__content .section-header__description {
        font-size: 14px;
        line-height: 1.5;
    }

    .tabs {
        flex-wrap: nowrap; /* Wrap'i kaldır */
        overflow-x: auto; /* Yatay kaydırma */
        justify-content: flex-start; /* Sol hizalama */
        padding: 8px; /* İç boşluk */
        width: 100%;
        -webkit-overflow-scrolling: touch; /* iOS için düzgün kaydırma */
        scrollbar-width: none; /* Firefox için scrollbar'ı gizle */
        white-space: nowrap; /* Butonları yan yana tut */
    }
    
    .tabs::-webkit-scrollbar {
        display: none; /* WebKit scrollbar'ı gizle */
    }
    
    .tab-button {
        flex: 0 0 auto; /* Boyutu içeriğe göre */
        padding: 10px 16px; /* Daha az padding */
        font-size: 14px; /* Daha küçük font */
    }
    
    .tab-content {
        padding: 16px; /* Daha az padding */
    }
    
    .tab-content__visual {
        min-height: 220px; /* Daha küçük yükseklik */
    }
    
    .tab-content__title {
        font-size: 20px; /* Daha küçük font */
        margin-bottom: 8px;
    }
    
    .tab-content__description {
        font-size: 14px; /* Daha küçük font */
        line-height: 1.5;
    }

    .faq {
        padding: 40px 0;
    }

    .faq-item__question {
        font-size: 14px;
        padding: 16px;
    }

    .faq-item__answer {
        font-size: 12px;
        padding: 0 16px 16px;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .footer__main {
        flex-direction: column;
        gap: 32px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .footer__about {
        max-width: 100%;
    }

    .footer__links {
        flex-direction: column;
        gap: 24px;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .cargo-cards {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 20px 0;
        padding: 0;
        width: 100%;
        display: grid;
    }

    .cargo-card {
        width: 100%;
        margin: 0 0 16px 0;
        padding: 16px;
    }

    .cargo-card__title {
        font-size: 18px;
    }

    .cargo-card__description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .cargo-card__image-container {
        margin: 0 -16px -16px -16px;
        height: 160px; /* Daha küçük yükseklik */
    }

    .cargo-card__button {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Uluslararası Taşımacılık Bölümü */
.transport-section {
    padding: 80px 0;
    background-color: var(--color-background);
}

.transport-section__container {
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 32px;
}

.transport-section__header {
    margin-bottom: 48px;
    text-align: center;
}

.transport-section__title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--color-dark);
    margin-bottom: 16px;
    text-align: center;
}

.transport-section__description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-gray);
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.transport-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.transport-tab {
    padding: 12px 24px;
    background-color: var(--color-light-gray);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

.transport-tab--active {
    background-color: var(--color-dark);
    color: var(--color-light);
}

.transport-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.transport-content__image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.transport-content__image img {
    width: 100%;
    height: auto;
    display: block;
}

.transport-content__text {
    padding-right: 48px;
}

.transport-content__title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--color-dark);
    margin-bottom: 16px;
}

.transport-content__description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-gray);
    margin-bottom: 24px;
}

.transport-content__button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.transport-content__button:hover {
    background-color: var(--color-light-gray);
}

.transport-content__button svg {
    margin-left: 8px;
}

/* Kargo Tipleri Grid */
.cargo-types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.cargo-type {
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.cargo-type__image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.cargo-type__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 8px;
}

.cargo-type__description {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-gray);
    margin-bottom: 16px;
}

.cargo-type__button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    text-decoration: none;
}

/* SSS Bölümü Güncellemeleri */
.faq-item {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--color-light);
    transition: all 0.3s ease;
}

.faq-item__question {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.faq-item__icon--open {
    transform: rotate(180deg);
}

.faq-item__content {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-gray);
}

/* Uluslararası Taşımacılık Navigasyon */
.transport-nav {
    display: flex;
    gap: 2px;
    background-color: var(--color-light-gray);
    padding: 4px;
    border-radius: 12px;
    margin-bottom: 32px;
}

.transport-nav__item {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.transport-nav__item--active {
    background-color: var(--color-light);
}

/* Kargo Kartları Düzeni - Görsele Birebir Uyumlu */
.cargo-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; /* Yumuşak kaydırma */
    /* scroll-snap özellikleri kaldırıldı */
}

.cargo-cards::-webkit-scrollbar {
    height: 4px; /* Yatay scrollbar yüksekliği */
}

.cargo-cards::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.cargo-card {
    background-color: var(--color-light);
    border-radius: 24px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 670px; /* Sabit yükseklik */
    min-height: unset; /* min-height'ı kaldırıyoruz */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: calc(33.333% - 16px); /* 3 kart gösterilecek */
    flex: 0 0 calc(33.333% - 16px); /* Genişlik sabit kalacak */
    cursor: pointer; /* Tıklanabilir gösterge */
}

.cargo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .cargo-card {
        min-width: calc(50% - 12px); /* Tablet için 2 kart */
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .cargo-card {
        min-width: 85%; /* Mobil için daha geniş */
        flex: 0 0 85%;
    }
}

@media (max-width: 480px) {
    .cargo-cards {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding: 0 16px 16px 16px;
    }
    
    .cargo-card {
        min-width: 85%;
        flex: 0 0 85%;
        margin: 0;
    }
}

.cargo-card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

.cargo-card__description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-gray);
    margin-bottom: 24px;
    flex-grow: 0;
}

.cargo-card__image-container {
    position: relative;
    margin: 0 -24px -24px -24px; /* Extend beyond card padding */
    overflow: hidden;
    height: 384px; /* Yükseklik artırıldı */
    flex-grow: 1; /* Kalan alanı doldursun */
}

.cargo-card__tag {
    position: absolute;
    top: 16px;
    right: 16px;
    font-weight: bold;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.cargo-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cargo-card__button {
    position: absolute;
    bottom: 24px; /* Kart içinde sabit pozisyon */
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px; /* İkon ve metin arası boşluk */
    padding: 10px 18px;
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 3; /* Kart (z-index:2)'den daha yüksek olmalı */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    pointer-events: none; /* Butonun kendi tıklama olayını devre dışı bırak */
}

.cargo-card__button svg {
    pointer-events: none; /* SVG'nin de tıklama olayını devre dışı bırak */
}

.cargo-card__button:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cargo-card__button:hover svg {
    stroke: var(--color-light);
}

/* Slider Navigasyon */
.slider-nav {
    display: none; /* Desktop görünümde gizli */
    gap: 12px;
    justify-content: center;
    margin-top: 40px; /* Boşluk artırıldı */
    margin-bottom: 12px;
}

.slider-nav__button {
    width: 48px; /* Boyut artırıldı */
    height: 48px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background-color: var(--color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Gölge eklendi */
}

.slider-nav__button:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.slider-nav__button:hover img {
    filter: brightness(5); /* Ok simgesi beyaz olacak */
}

/* Mobilde slider-nav görünür olsun */
@media (max-width: 768px) {
    .slider-nav {
        display: flex; /* Mobil görünümde flex */
    }
}

/* Panel Form Bölümü */
.panel-form {
    background-color: var(--color-primary);
    border-radius: 16px;
    padding: 32px;
    color: var(--color-light);
    margin-top: 48px;
}

.panel-form__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.panel-form__content {
    max-width: 480px;
}

.panel-form__title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
}

.panel-form__description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    opacity: 0.9;
}

.panel-form__form {
    display: flex;
    gap: 12px;
}

.panel-form__input {
    flex-grow: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

.panel-form__button {
    padding: 12px 24px;
    background-color: var(--color-dark);
    color: var(--color-light);
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.panel-form__image {
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
}

/* Footer Mobil Düzeltmeleri */
.footer {
    padding: 90px 0 24px;
    text-align: center;
}

.footer__logo {
    margin-bottom: 16px;
}

.footer__address {
    font-size: 12px;
    margin-bottom: 16px;
}

.footer__contact {
    font-size: 12px;
    margin-bottom: 24px;
}

.footer__social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.footer__social-icon {
    width: 24px;
    height: 24px;
}

.footer__copyright {
    font-size: 11px;
    color: var(--color-gray);
}

/* Tablet Düzenlemeleri */
@media (max-width: 768px) {
    .transport-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cargo-types {
        grid-template-columns: repeat(2, 1fr);
    }

    .panel-form__container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .panel-form__content {
        max-width: 100%;
    }
}

/* Mobil Düzenlemeler */
@media (max-width: 480px) {
    /* Genel Container */
    .container {
        padding: 0 16px;
    }

    /* Uluslararası Taşımacılık */
    .transport-nav {
        overflow-x: auto;
        padding: 4px;
        margin: 0 -16px 24px;
        width: calc(100% + 32px);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth; /* Yumuşak kaydırma */
        /* scroll-snap özellikleri kaldırıldı */
    }

    .transport-nav::-webkit-scrollbar {
        display: none;
    }

    .transport-nav__item {
        padding: 8px 16px;
        font-size: 12px;
    }

    /* SSS */
    .faq-item__header {
        padding: 16px;
    }

    .faq-item__question {
        font-size: 14px;
    }

    .faq-item__content {
        padding: 0 16px 16px;
        font-size: 12px;
    }

    /* Panel Form */
    .panel-form {
        padding: 24px 16px;
        margin: 24px -16px 0;
        border-radius: 0;
    }

    .panel-form__container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .panel-form__content {
        text-align: center;
    }

    .panel-form__title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .panel-form__description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .panel-form__form {
        flex-direction: column;
        gap: 8px;
    }

    .panel-form__input {
        padding: 10px 12px;
    }

    .panel-form__button {
        width: 100%;
        padding: 10px;
    }

    .panel-form__image {
        max-width: 100%;
        border-radius: 8px;
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 480px) {
    /* Tab buttons kaydırma ayarları */
    .tabs {
        -webkit-overflow-scrolling: touch;
        padding: 6px;
        gap: 6px;
        scrollbar-width: none; /* Firefox scrollbar gizle */
    }
    
    .tabs::-webkit-scrollbar {
        display: none; /* Webkit scrollbar gizle */
    }
    
    .tab-button {
        padding: 10px 16px;
        font-size: 14px;
    }
    
    /* Transport section cargo cards */
    .cargo-cards {
        scrollbar-width: none; /* Firefox scrollbar gizle */
    }
    
    .cargo-cards::-webkit-scrollbar {
        display: none; /* Webkit scrollbar gizle */
    }
    
    /* FAQ responsive */
    .faq {
        padding: 50px 0;
    }
    
    .faq .section-header {
        margin-bottom: 30px;
    }
    
    .faq .section-header__title {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .faq-item__question {
        font-size: 16px;
        padding: 16px;
    }
    
    .faq-item__answer {
        padding: 0 16px 16px;
        font-size: 14px;
    }
}

/* Tablet Responsive Adjustments */
@media (max-width: 768px) {
    .cargo-cards {
        padding-bottom: 40px; /* Altta slider nav için fazla boşluk */
    }
    
    .tabs {
        width: 100%;
        max-width: 100%;
    }
    
    .tab-content {
        flex-direction: column;
    }
    
    .tab-content__visual {
        width: 100%;
        max-width: 100%;
        border-radius: 16px 16px 0 0;
    }
    
    .tab-content__text {
        width: 100%;
        max-width: 100%;
        padding-top: 24px;
    }
}

@media (max-width: 480px) {
    /* Feature highlights responsive */
    .feature-highlights__cards {
        scrollbar-width: none; /* Firefox scrollbar gizle */
        padding: 0 0 20px 0;
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
    
    .feature-highlights__cards::-webkit-scrollbar {
        display: none; /* Webkit scrollbar gizle */
    }
    
    .feature-card {
        min-width: 280px; /* Daha küçük minimum genişlik */
        flex: 0 0 80%; /* Tek kart görünümü */
    }
    
    .feature-card:last-child {
        margin-right: 16px; /* Son karta da sağdan boşluk */
    }
}

/* Feature-card responsive düzenlemeler */
@media (max-width: 1024px) {
    .feature-card {
        flex: 0 0 calc(50% - 16px);
        min-width: calc(50% - 16px);
    }
}

@media (max-width: 768px) {
    .feature-card {
        flex: 0 0 85%;
        min-width: 85%;
    }
    
    .feature-highlights__cards {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .feature-highlights__cards {
        margin: 0 -16px;
        width: calc(100% + 32px);
        padding: 0 16px 20px 16px;
    }
    
    .feature-card {
        flex: 0 0 85%;
        min-width: 85%;
    }
    
    .feature-card__image-wrapper {
        height: 320px;
    }
}

.card__arrow {
    padding: 4px;
    display: inline-block;
    margin-top: 4px;
}

.card__arrow img {
    width: 24px !important;
    height: 24px !important;
    display: block;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
    padding: 30px;
}

.popup-overlay.active {
    display: flex;
}

.popup {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    display: none;
    animation: popup-fade-in 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup.active {
    display: block;
}

@keyframes popup-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-image-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 2;
}

.popup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.popup-content {
    padding: 30px;
    position: relative;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popup-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.popup-body {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.popup-body h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.popup-body ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.popup-body li {
    margin-bottom: 10px;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 28px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    z-index: 3;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
    .popup-content {
        padding: 20px;
    }
    
    .popup-title {
        font-size: 20px;
    }
    
    .popup-image-container {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .popup-image-container {
        height: 160px;
    }
}

/* Mobile Hero Buttons */
.mobile-hero-buttons {
    display: none; /* Desktop görünümde gizli */
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.mobile-hero-button {
    width: 100%;
    text-align: center;
}

/* Whatsapp ve telefon butonları için satır düzeni */
.mobile-hero-buttons-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.mobile-hero-buttons-row .mobile-hero-button {
    flex: 1; /* Butonlar eşit genişlikte olacak */
}

@media (max-width: 768px) {
    /* ... existing code ... */
    
    .mobile-hero-buttons {
        display: flex; /* Mobil görünümde görünür */
    }
}

/* ... existing code ... */

/* Sticky Features - Kaydırmalı Slider Yapısı */
.sticky-features__slides {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y pan-x; /* Y ve X eksenlerinde dokunma hareketi */
    /* scroll-snap özellikleri kaldırıldı */
}

.sticky-features__slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sticky-features__slide.active {
    display: block;
    opacity: 1;
}

.sticky-features__images {
    position: relative;
    width: 100%;
    height: 100%;
}

.sticky-features__image {
    display: none;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sticky-features__image.active {
    display: block;
    opacity: 1;
}

.sticky-features__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.sticky-features__nav-button {
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sticky-features__nav-button:hover {
    background-color: #f5f5f5;
}

.sticky-features__indicators {
    display: flex;
    gap: 8px;
}

.sticky-features__indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sticky-features__indicator.active {
    background-color: #333;
    transform: scale(1.2);
}

/* Touch sürükleme için */
.sticky-features__slides {
    touch-action: pan-y;
}

/* Tabs wrapper ve gezinme butonları */
.tabs-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 32px; /* Tab içeriği ile arasında boşluk bırak */
}

.tabs-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 8px; /* Tabs içeriğiyle aynı hizaya getir */
    width: 100%;
    pointer-events: none; /* Butonlar dışında tıklamaları engelleme */
    z-index: 10;
}

.tabs-nav__prev,
.tabs-nav__next {
    width: 40px;
    height: 40px;
    background-color: var(--color-light);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto; /* Butonlara tıklamayı etkinleştir */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.tabs-nav__prev {
    margin-left: 8px;
}

.tabs-nav__next {
    margin-right: 8px;
}

.tabs-nav__prev:hover,
.tabs-nav__next:hover {
    background-color: var(--color-light-gray);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tabs {
    /* Kenar butonları için padding */
    padding-left: 48px;
    padding-right: 48px;
}

/* Sürüklenebilir kaydırma öğeleri için stiller */
.tabs,
.cargo-cards,
.feature-highlights__cards,
.country-slider {
    -webkit-overflow-scrolling: touch; /* iOS için düzgün kaydırma */
    overflow-x: auto; /* Basit yatay kaydırma */
    overflow-y: hidden;
    user-select: none; /* Metin seçimini engelle */
}

/* Aktif sürükleme sırasında cursor değişimi */
.tabs.active,
.cargo-cards.active,
.feature-highlights__cards.active,
.country-slider.active {
    cursor: grabbing; /* Sürükleme sırasında el kapama işareti */
}

/* Safari, Chrome ve Edge için özel kaydırma çubuğu stilleri */
.tabs::-webkit-scrollbar,
.cargo-cards::-webkit-scrollbar,
.feature-highlights__cards::-webkit-scrollbar,
.country-slider::-webkit-scrollbar {
    height: 6px;
}

.tabs::-webkit-scrollbar-track,
.cargo-cards::-webkit-scrollbar-track,
.feature-highlights__cards::-webkit-scrollbar-track,
.country-slider::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabs::-webkit-scrollbar-thumb,
.cargo-cards::-webkit-scrollbar-thumb,
.feature-highlights__cards::-webkit-scrollbar-thumb,
.country-slider::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 3px;
}

.tabs::-webkit-scrollbar-thumb:hover,
.cargo-cards::-webkit-scrollbar-thumb:hover,
.feature-highlights__cards::-webkit-scrollbar-thumb:hover,
.country-slider::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Mobil cihazlarda kaydırma çubuğunu gizle - dokunmatik kaydırma daha doğal */
@media (max-width: 768px) {
    .tabs::-webkit-scrollbar,
    .cargo-cards::-webkit-scrollbar,
    .feature-highlights__cards::-webkit-scrollbar,
    .country-slider::-webkit-scrollbar {
        display: none;
    }
    
    .tabs,
    .cargo-cards,
    .feature-highlights__cards,
    .country-slider {
        scrollbar-width: none; /* Firefox için kaydırma çubuğunu gizle */
    }
}