/* ================================================================
   SELL-CHOOSE — V9 Platform Seçim Sayfası
   Premium, güven verici, modern UI
   Instagram vs Web — net fark, kolay karar
   ================================================================ */

:root {
    --sc-red: #E31E24;
    --sc-black: #0F0F0F;
    --sc-gray-50: #F8F8F8;
    --sc-gray-100: #F2F2F2;
    --sc-gray-200: #E5E5E5;
    --sc-gray-400: #AAAAAA;
    --sc-gray-500: #888888;
    --sc-gray-600: #666666;
    --sc-gray-800: #333333;
    --sc-white: #FFFFFF;
    --sc-insta-1: #F58529;
    --sc-insta-2: #DD2A7B;
    --sc-insta-3: #8134AF;
    --sc-web-1: #2563EB;
    --sc-web-2: #1D4ED8;
    --sc-green: #059669;
}

.sell-choose-page {
    background: var(--sc-gray-50);
    min-height: 100vh;
}

.sc-main {
    padding-bottom: 4rem;
}

.sc-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ================================================================
   HERO — Dark Premium Header
   ================================================================ */
.sc-hero {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 5rem;
    background: linear-gradient(160deg, #0a0a0a 0%, #111111 40%, #1a1a1a 100%);
}

.sc-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(227,30,36,0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(37,99,235,0.04) 0%, transparent 50%);
    pointer-events: none;
}

.sc-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.sc-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    background: rgba(227, 30, 36, 0.9);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 4px 24px rgba(227, 30, 36, 0.3);
}

.sc-hero__badge i { font-size: 13px; }

.sc-hero__title {
    font-size: clamp(1.6rem, 4.5vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.04em;
    margin: 0 0 1rem;
}

.sc-hero__subtitle {
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.50);
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

/* ================================================================
   CARDS — Platform Selection
   ================================================================ */
.sc-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    margin-bottom: 2.5rem;
}

.sc-card {
    position: relative;
    background: var(--sc-white);
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    border: 1.5px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 0 0 1px rgba(255,255,255,0.8) inset;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sc-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14);
}

.sc-card__accent {
    height: 4px;
    width: 100%;
    transition: height 0.3s;
}

.sc-card--instagram .sc-card__accent {
    background: linear-gradient(90deg, var(--sc-insta-1), var(--sc-insta-2), var(--sc-insta-3));
}

.sc-card--web .sc-card__accent {
    background: linear-gradient(90deg, var(--sc-web-1), #60A5FA, var(--sc-web-2));
}

.sc-card:hover .sc-card__accent { height: 5px; }

.sc-card__inner {
    padding: 2rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Card Top */
.sc-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.sc-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.3s, box-shadow 0.3s;
}

.sc-card:hover .sc-card__icon { transform: scale(1.08); }

.sc-card__icon--instagram {
    background: linear-gradient(135deg, var(--sc-insta-1), var(--sc-insta-2), var(--sc-insta-3));
    box-shadow: 0 6px 24px rgba(221, 42, 123, 0.3);
}

.sc-card__icon--web {
    background: linear-gradient(135deg, var(--sc-web-1), var(--sc-web-2));
    box-shadow: 0 6px 24px rgba(37, 99, 235, 0.3);
}

.sc-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    flex-shrink: 0;
}

.sc-card__badge i { font-size: 10px; }

.sc-card__badge--hot {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A);
    color: #92400E;
}

.sc-card__badge--pro {
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    color: var(--sc-web-1);
}

/* Card Content */
.sc-card__title {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--sc-black);
    margin: 0 0 0.6rem;
    letter-spacing: -0.03em;
}

.sc-card__desc {
    font-size: 0.88rem;
    color: var(--sc-gray-600);
    line-height: 1.6;
    margin: 0 0 1.5rem;
    font-weight: 500;
}

/* Feature List */
.sc-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.sc-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--sc-gray-800);
}

.sc-card--instagram .sc-card__features li i {
    color: var(--sc-insta-2);
    font-size: 16px;
    flex-shrink: 0;
}

.sc-card--web .sc-card__features li i {
    color: var(--sc-web-1);
    font-size: 16px;
    flex-shrink: 0;
}

/* CTA Button */
.sc-card__cta-wrap {
    margin-bottom: 1rem;
}

.sc-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 24px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
}

.sc-card__cta--instagram {
    background: linear-gradient(135deg, var(--sc-insta-1), var(--sc-insta-2));
    box-shadow: 0 4px 20px rgba(221, 42, 123, 0.25);
}

.sc-card:hover .sc-card__cta--instagram {
    box-shadow: 0 8px 32px rgba(221, 42, 123, 0.4);
    transform: translateY(-2px);
}

.sc-card__cta--web {
    background: linear-gradient(135deg, var(--sc-web-1), var(--sc-web-2));
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
}

.sc-card:hover .sc-card__cta--web {
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.4);
    transform: translateY(-2px);
}

.sc-card__cta i {
    font-size: 15px;
    transition: transform 0.25s;
}

.sc-card:hover .sc-card__cta i {
    transform: translateX(4px);
}

/* Trust Label */
.sc-card__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--sc-gray-500);
    padding-top: 1rem;
    border-top: 1px solid var(--sc-gray-100);
}

.sc-card__trust i { font-size: 13px; }

.sc-card--instagram .sc-card__trust i { color: var(--sc-green); }
.sc-card--web .sc-card__trust i { color: var(--sc-web-1); }

/* ================================================================
   TRUST BAR — Bottom Section
   ================================================================ */
.sc-trust {
    text-align: center;
}

.sc-trust__bar {
    display: inline-flex;
    align-items: stretch;
    gap: 0;
    background: var(--sc-white);
    border-radius: 18px;
    border: 1.5px solid var(--sc-gray-200);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.75rem;
    overflow: hidden;
}

.sc-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    text-align: left;
    border-right: 1px solid var(--sc-gray-100);
}

.sc-trust__item:last-child { border-right: none; }

.sc-trust__item-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #FEF2F2;
    color: var(--sc-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.sc-trust__item strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--sc-black);
    margin-bottom: 1px;
}

.sc-trust__item span {
    font-size: 11px;
    color: var(--sc-gray-500);
    font-weight: 500;
}

.sc-trust__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--sc-gray-500);
    text-decoration: none;
    transition: color 0.2s;
}

.sc-trust__back:hover {
    color: var(--sc-red);
    text-decoration: none;
}

.sc-trust__back i {
    font-size: 14px;
    transition: transform 0.2s;
}

.sc-trust__back:hover i {
    transform: translateX(-4px);
}

/* ================================================================
   RESPONSIVE — Tablet (max-width: 991px)
   ================================================================ */
@media (max-width: 991px) {
    .sc-container { padding: 0 1.25rem; }
    .sc-hero { padding: 2.5rem 0 4rem; }
    .sc-cards { gap: 16px; margin-top: -2.5rem; }
    .sc-card__inner { padding: 1.75rem 1.5rem 1.25rem; }
    .sc-card__icon { width: 52px; height: 52px; font-size: 24px; border-radius: 16px; }
}

/* ================================================================
   RESPONSIVE — Mobile (max-width: 767px)
   ================================================================ */
@media (max-width: 767px) {
    .sc-main { padding-bottom: 3rem; }
    .sc-container { padding: 0 1rem; }

    .sc-hero { padding: 2rem 0 3.5rem; }
    .sc-hero__badge { font-size: 10px; padding: 5px 14px; margin-bottom: 1.25rem; }
    .sc-hero__title { font-size: 1.5rem; }
    .sc-hero__subtitle { font-size: 0.82rem; }

    .sc-cards {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: -2rem;
    }

    .sc-card { border-radius: 18px; }
    .sc-card__inner { padding: 1.5rem 1.25rem 1.25rem; }
    .sc-card__icon { width: 50px; height: 50px; border-radius: 15px; font-size: 24px; }
    .sc-card__title { font-size: 1.2rem; }
    .sc-card__desc { font-size: 0.82rem; margin-bottom: 1.25rem; }
    .sc-card__features { gap: 10px; margin-bottom: 1.5rem; }
    .sc-card__features li { font-size: 12.5px; }
    .sc-card__cta { padding: 13px 20px; font-size: 13px; border-radius: 12px; }

    .sc-trust__bar {
        flex-direction: column;
        border-radius: 16px;
        width: 100%;
    }

    .sc-trust__item {
        border-right: none;
        border-bottom: 1px solid var(--sc-gray-100);
        padding: 14px 20px;
    }

    .sc-trust__item:last-child { border-bottom: none; }
}

/* ================================================================
   RESPONSIVE — Small Mobile (max-width: 576px)
   ================================================================ */
@media (max-width: 576px) {
    .sc-hero__title { font-size: 1.35rem; }
    .sc-card__features { gap: 8px; }
    .sc-card__features li { font-size: 12px; }
}
