/* =====================================================
   SELL WITH US PAGE — sellwithus.css
   ===================================================== */

/* Partner logo grid (anasayfa ile aynı stiller) */
.luxury-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px 60px;
    padding: 20px 0 10px;
}

.luxury-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}

.luxury-logo-item img {
    width: 140px;
    /* height: 110px; */
    object-fit: cover;
    /* border-radius: 50%; */
    /* border: 1px solid #e0e0e0; */
    /* background: #fff; */
    filter: grayscale(100%);
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.luxury-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.sellwithus-page {
    color: #1a1a1a;
    padding-top: 80px;
}

/* =====================================================
   HERO SECTION
   ===================================================== */

.swu-hero-section {
    padding: 60px 0 0;
    background: #fff;
}

.swu-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: center;
}

/* Eyebrow label */
.swu-eyebrow {
    display: block;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 14px;
}

/* Primary category */
.swu-primary-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    line-height: 1.2;
}

.swu-primary-desc {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 320px;
}

/* Category buttons */
.swu-category-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 7px 14px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    white-space: nowrap;
    margin-top: 7px;
}

.swu-category-btn:hover,
.swu-category-btn--active {
    border-color: #bc7636;
    background: #bc7636;
    color: #fff;
    text-decoration: none;
}

.swu-category-btn i {
    font-size: 11px;
}

/* İkincil kategori (üstteki butonlardan daha küçük, ince link tarzı) */
.swu-secondary-category {
    max-width: 320px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.swu-secondary-desc {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 8px;
}

.swu-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #bc7636;
    text-decoration: none;
    transition: color 0.2s, gap 0.2s;
}

.swu-secondary-link i {
    font-size: 9px;
    transition: transform 0.2s;
}

.swu-secondary-link:hover {
    color: #9e6029;
    text-decoration: none;
    gap: 9px;
}

.swu-secondary-link:hover i {
    transform: translateX(2px);
}

/* Lifestyle section */
.swu-lifestyle-block {
    margin-top: 36px;
}

.swu-lifestyle-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

.swu-lifestyle-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Hero image slider (Swiper) */
.swu-hero-image-wrap {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.swu-hero-swiper {
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
}

.swu-hero-image {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Swiper pagination dots */
.swu-swiper-pagination {
    bottom: 16px !important;
}

.swu-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: background 0.3s;
}

.swu-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/* =====================================================
   PARTNERS / STATS SECTION
   ===================================================== */

.swu-partners-section {
    margin: 60px 16px;
    background: #f7f7f5;
    border-radius: 8px;
    padding: 64px 32px;
}

.swu-partners-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.swu-partners-heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.swu-logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    align-items: center;
}

.swu-logo-item {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.3;
    padding: 6px 0;
    opacity: 0.75;
    transition: opacity 0.2s;
}

.swu-logo-item:hover {
    opacity: 1;
}

.swu-logo-item small {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #888;
    text-transform: uppercase;
    margin-top: 2px;
}

/* =====================================================
   FEATURES SECTION
   ===================================================== */

.swu-features-section {
    padding: 80px 0 96px;
    background: #fafaf7;
    position: relative;
}
.swu-features-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 280px at 12% 0%, rgba(218, 182, 104, 0.08) 0%, transparent 65%),
        radial-gradient(800px 280px at 88% 100%, rgba(218, 182, 104, 0.06) 0%, transparent 65%);
    pointer-events: none;
}

.swu-features-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.swu-feature-col {
    position: relative;
    padding: 36px 30px 32px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}
.swu-feature-col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #DAB668 0%, #bc7636 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.swu-feature-col:hover {
    transform: translateY(-4px);
    border-color: #e2d6b8;
    box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
}
.swu-feature-col:hover::before { transform: scaleX(1); }

.swu-feature-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poltawski Nowy', 'Inter', serif;
    font-size: 32px;
    font-weight: 700;
    color: #DAB668;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
    position: relative;
}
.swu-feature-step::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: #DAB668;
    margin-left: 12px;
    vertical-align: middle;
}

.swu-feature-title {
    font-family: 'Poltawski Nowy', 'Inter', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 14px;
    color: #1a1a1a;
}

.swu-feature-body {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}
.swu-feature-body p {
    margin: 0 0 16px;
}
.swu-feature-body p:last-child { margin-bottom: 0; }

/* page_content içinde gelen büyük harfli kısa satırları (bullet liste) iyileştir */
.swu-feature-body p strong {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 8px 0 8px 18px;
    border-top: 1px solid #f0eee8;
    position: relative;
}
.swu-feature-body p strong::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1.5px;
    background: #DAB668;
}
.swu-feature-body p strong:first-child {
    border-top: none;
    padding-top: 14px;
    margin-top: 6px;
    border-top: 1px solid #f0eee8;
}

.swu-feature-body ul,
.swu-feature-body ol {
    list-style: none;
    padding: 14px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid #f0eee8;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.swu-feature-body ul li,
.swu-feature-body ol li {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a1a1a;
    padding-left: 18px;
    position: relative;
    line-height: 1.55;
}
.swu-feature-body ul li::before,
.swu-feature-body ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 1.5px;
    background: #DAB668;
}

/* =====================================================
   CTA SECTION
   ===================================================== */

.swu-cta-section {
    background: #1a1a1a;
    padding: 80px 32px;
    text-align: center;
}

.swu-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.swu-cta-title {
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.swu-cta-desc {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #bbb;
    line-height: 1.7;
    margin-bottom: 36px;
}

.swu-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.swu-cta-btn {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    display: inline-block;
}

.swu-cta-btn--primary {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #fff;
}

.swu-cta-btn--primary:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #1a1a1a;
    text-decoration: none;
}

.swu-cta-btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.swu-cta-btn--outline:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

/* Tablet: 4'lü banner orta ekranlarda 2 sütuna düşsün */
@media (max-width: 1100px) {
    .swu-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .swu-hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 0 20px;
    }

    .swu-hero-swiper,
    .swu-hero-image {
        height: 300px;
    }

    .swu-features-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .swu-feature-col { padding: 28px 24px; }
    .swu-feature-step { font-size: 28px; }
    .swu-feature-title { font-size: 20px; }

    .swu-partners-section {
        margin: 40px 12px;
        padding: 48px 20px;
    }

    .swu-partners-heading {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .swu-hero-section {
        padding: 40px 0 0;
    }

    .swu-primary-title {
        font-size: 28px;
    }

    .swu-lifestyle-title {
        font-size: 18px;
    }

    .swu-features-section {
        padding: 40px 0 60px;
    }

    .swu-cta-section {
        padding: 60px 20px;
    }

    .swu-cta-title {
        font-size: 26px;
    }
}

/* ===== INSTAGRAM SECTION ===== */
.sadece-instagram-section {
    background: #fff;
}
.instagram-section-head .instagram-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #DAB668;
    margin-bottom: 12px;
}
.instagram-section-head .instagram-title {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px;
}
.instagram-section-head .instagram-follow {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}
.instagram-section-head .instagram-follow:hover {
    color: #DAB668;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.instagram-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4;
}
.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.instagram-item:hover img {
    transform: scale(1.06);
}
.instagram-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}
.instagram-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.6));
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.instagram-overlay i {
    font-size: 28px;
}
.instagram-overlay .instagram-caption {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    max-width: 90%;
}
.instagram-item:hover .instagram-overlay {
    opacity: 1;
}
@media (max-width: 992px) {
    .instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 640px) {
    .instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
.instagram-empty {
    max-width: 520px;
    margin: 20px auto 0;
    padding: 50px 30px;
    text-align: center;
    background: linear-gradient(135deg, #fdfbf6 0%, #f7f2e6 100%);
    border: 1px dashed #e3d7bf;
    border-radius: 16px;
}
.instagram-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.instagram-empty-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.instagram-empty-text {
    font-size: 14px;
    color: #666;
    margin: 0 0 22px;
    line-height: 1.55;
}
.instagram-empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    background: #1a1a1a;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    border-radius: 40px;
    transition: background 0.25s ease, transform 0.2s ease;
}
.instagram-empty-btn:hover {
    background: #DAB668;
    color: #fff;
    transform: translateY(-1px);
}

/* ============================================================
   Kurumsal Markaların Yanındayız — Features grid (anasayfa ile aynı)
   ============================================================ */
.kurumsal-feature-row { row-gap: 28px; }

.kurumsal-feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    height: 100%;
    padding: 4px 0;
}

.kurumsal-feature__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 50%;
    background: #f6efe1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kurumsal-feature__icon img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.kurumsal-feature__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.kurumsal-feature__title {
    margin: 0 0 8px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.kurumsal-feature__text {
    margin: 0;
    flex-grow: 1;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #6c7280;
}

@media (max-width: 991.98px) {
    .kurumsal-feature { gap: 16px; }
}

/* =====================================================
   REHBER (trendler) bölümü
   ===================================================== */
.swu-rehber-section {
    padding: 70px 0;
    background: #fff;
}
.swu-rehber-head {
    max-width: 1180px;
    margin: 0 auto 32px;
    padding: 0 32px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}
.swu-rehber-title {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}
.swu-rehber-subtitle {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    color: #777;
    margin: 0;
}
.swu-rehber-all {
    flex-shrink: 0;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}
.swu-rehber-all:hover { color: #bc7636; }
.swu-rehber-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.swu-rehber-card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.swu-rehber-card-img {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.swu-rehber-card-body {
    margin-top: 16px;
    padding-left: 16px;
    border-left: 2px solid #bc7636;
}
.swu-rehber-card-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #1a1a1a;
    transition: color 0.2s;
}
.swu-rehber-card:hover .swu-rehber-card-title { color: #bc7636; }
.swu-rehber-card-text {
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #777;
    margin: 0;
}

@media (max-width: 900px) {
    .swu-rehber-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .swu-rehber-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
