/* Bookim — Röportajlar (yalnızca UI) */

.interviews-page {
    --iv-theme: var(--theme, #ff7b6b);
    --iv-theme-strong: #ff3b3b;
    --iv-header: var(--header, #11112c);
    --iv-text: var(--text, #797979);
    --iv-border: #eef0f5;
    --iv-shadow: 0 8px 28px rgba(17, 24, 39, 0.08);
    --iv-paper: #fff;
    background: linear-gradient(180deg, #fffdf9 0%, #fff 28%, #f8fafc 100%);
    overflow: hidden;
}

.interviews-page__bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image: radial-gradient(circle at 1px 1px, rgba(17, 17, 44, 0.05) 1px, transparent 0);
    background-size: 26px 26px;
}

.interviews-page__bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    pointer-events: none;
    opacity: 0.42;
}

.interviews-page__bg-blob--1 {
    width: 300px;
    height: 300px;
    top: 8%;
    right: -50px;
    background: rgba(255, 180, 140, 0.22);
}

.interviews-page__bg-blob--2 {
    width: 260px;
    height: 260px;
    left: -40px;
    bottom: 18%;
    background: rgba(167, 139, 250, 0.16);
}

/* Hero */

.interviews-hero {
    position: relative;
    padding: 3.25rem 0 2.25rem;
}

.interviews-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(64px);
    pointer-events: none;
    opacity: 0.48;
}

.interviews-hero__blob--1 {
    width: 280px;
    height: 280px;
    top: -60px;
    left: -40px;
    background: linear-gradient(135deg, rgba(255, 123, 107, 0.18), rgba(255, 247, 237, 0.2));
}

.interviews-hero__blob--2 {
    width: 240px;
    height: 240px;
    top: 20px;
    right: 8%;
    background: linear-gradient(135deg, rgba(139, 124, 246, 0.12), rgba(96, 165, 250, 0.1));
}

.interviews-hero__inner {
    position: relative;
    z-index: 1;
}

.interviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    background: rgba(255, 123, 107, 0.11);
    color: var(--iv-theme-strong);
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.interviews-hero__title {
    font-size: clamp(1.9rem, 4.2vw, 3rem);
    font-weight: 800;
    color: var(--iv-header);
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.interviews-hero__title::after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-top: 0.85rem;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--iv-theme-strong), var(--iv-theme));
}

.interviews-hero__lead {
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--iv-text);
    max-width: 34rem;
    margin: 0;
}

/* Hero illüstrasyon */

.interviews-illustration {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interviews-illustration__stage {
    position: relative;
    width: min(100%, 360px);
    height: 280px;
}

.interviews-illustration__notebook {
    position: absolute;
    left: 8%;
    bottom: 12%;
    width: 130px;
    height: 160px;
    background: var(--iv-paper);
    border: 1px solid var(--iv-border);
    border-radius: 8px 8px 4px 4px;
    box-shadow: var(--iv-shadow);
    transform: rotate(-6deg);
    z-index: 2;
    padding: 14px 12px;
}

.interviews-illustration__notebook-lines {
    display: block;
    height: 6px;
    margin-bottom: 8px;
    border-radius: 3px;
    background: linear-gradient(90deg, #e2e8f0, #f1f5f9);
}

.interviews-illustration__notebook-lines:nth-child(2) { width: 92%; }
.interviews-illustration__notebook-lines:nth-child(3) { width: 78%; }
.interviews-illustration__notebook-lines:nth-child(4) { width: 85%; }
.interviews-illustration__notebook-lines:nth-child(5) { width: 60%; }

.interviews-illustration__pen {
    position: absolute;
    left: 28%;
    bottom: 8%;
    width: 48px;
    height: 10px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    border-radius: 4px;
    transform: rotate(-18deg);
    z-index: 4;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.interviews-illustration__pen::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 1px;
    border: 5px solid transparent;
    border-left-color: #374151;
}

.interviews-illustration__bubble {
    position: absolute;
    background: var(--iv-paper);
    border: 1px solid var(--iv-border);
    border-radius: 16px;
    box-shadow: var(--iv-shadow);
    padding: 0.55rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--iv-header);
    z-index: 3;
}

.interviews-illustration__bubble--1 {
    top: 6%;
    right: 12%;
    transform: rotate(4deg);
    background: linear-gradient(145deg, #fff, #fef3c7);
}

.interviews-illustration__bubble--2 {
    top: 32%;
    left: 4%;
    transform: rotate(-5deg);
    background: linear-gradient(145deg, #fff, #e0e7ff);
    font-size: 0.65rem;
}

.interviews-illustration__bubble--1::after,
.interviews-illustration__bubble--2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: inherit;
    border-right: 1px solid var(--iv-border);
    border-bottom: 1px solid var(--iv-border);
    transform: rotate(45deg);
}

.interviews-illustration__bubble--1::after { right: 18px; }
.interviews-illustration__bubble--2::after { left: 18px; }

.interviews-illustration__mic {
    position: absolute;
    right: 6%;
    bottom: 18%;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--iv-header);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: var(--iv-shadow);
    z-index: 5;
}

.interviews-illustration__quote {
    position: absolute;
    top: 14%;
    left: 38%;
    font-size: 3.5rem;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    color: rgba(255, 59, 59, 0.18);
    font-weight: 700;
    z-index: 1;
    pointer-events: none;
}

.interviews-illustration__light {
    position: absolute;
    top: 0;
    right: 28%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 237, 180, 0.7) 0%, transparent 70%);
    z-index: 0;
}

/* Bölüm başlığı */

.interviews-section-head {
    margin-bottom: 1.75rem;
}

.interviews-section-head h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: var(--iv-header);
    margin-bottom: 0.35rem;
}

.interviews-section-head p {
    color: var(--iv-text);
    margin: 0;
    font-size: 0.9375rem;
}

/* Öne çıkan röportaj */

.interviews-featured {
    margin-bottom: 2.75rem;
}

.interviews-featured__card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 1.75rem;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 45%, #fff5f5 100%);
    border: 1px solid var(--iv-border);
    border-radius: 24px;
    padding: 1.35rem;
    box-shadow: var(--iv-shadow);
    position: relative;
    overflow: hidden;
}

.interviews-featured__card::before {
    content: "\201C";
    position: absolute;
    top: -10px;
    right: 24px;
    font-size: 6rem;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    color: rgba(255, 59, 59, 0.07);
    pointer-events: none;
}

.interviews-featured__visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
}

.interviews-featured__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.interviews-featured__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.interviews-featured__card:hover .interviews-featured__visual img {
    transform: scale(1.03);
}

.interviews-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(17, 24, 39, 0.35) 100%);
    pointer-events: none;
    z-index: 2;
}

.interviews-featured__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.interviews-featured__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--iv-theme-strong);
    margin-bottom: 0.65rem;
}

.interviews-featured__title {
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    font-weight: 800;
    color: var(--iv-header);
    line-height: 1.28;
    margin-bottom: 0.65rem;
}

.interviews-featured__title a {
    color: inherit;
    text-decoration: none;
}

.interviews-featured__title a:hover {
    color: var(--iv-theme-strong);
}

.interviews-featured__desc {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--iv-text);
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.interviews-featured__meta {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.interviews-featured__meta i {
    margin-right: 0.25rem;
}

/* Grid kartları */

.interviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.interviews-card {
    --iv-accent: #ff7b6b;
    display: flex;
    flex-direction: column;
    background: var(--iv-paper);
    border: 1px solid var(--iv-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--iv-shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    animation: interviewsFadeUp 0.48s ease both;
    position: relative;
}

.interviews-card::after {
    content: "\201D";
    position: absolute;
    bottom: 0.5rem;
    right: 0.85rem;
    font-size: 2.5rem;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    color: color-mix(in srgb, var(--iv-accent) 12%, transparent);
    pointer-events: none;
    z-index: 0;
}

.interviews-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.interviews-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    text-decoration: none;
    color: inherit;
}

.interviews-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.interviews-card:hover .interviews-card__media img {
    transform: scale(1.04);
}

.interviews-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.12) 0%, transparent 40%, rgba(17, 24, 39, 0.45) 100%);
    pointer-events: none;
    z-index: 1;
}

.interviews-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--iv-header);
    border: 1px solid var(--iv-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.interviews-card__badge i {
    color: var(--iv-accent);
    font-size: 0.6rem;
}

.interviews-card__body {
    padding: 1rem 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    z-index: 1;
}

.interviews-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--iv-header);
    line-height: 1.35;
    margin: 0 0 0.4rem;
}

.interviews-card__title a {
    color: inherit;
    text-decoration: none;
}

.interviews-card__title a:hover {
    color: var(--iv-accent);
}

.interviews-card__meta {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 0.45rem;
}

.interviews-card__desc {
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--iv-text);
    margin: 0 0 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.interviews-card__action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--iv-accent);
    text-decoration: none;
    transition: gap 0.18s ease, color 0.18s ease;
}

.interviews-card__action:hover {
    gap: 0.55rem;
    color: var(--iv-header);
}

.interviews-card__accent-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--iv-accent), transparent);
    opacity: 0.7;
}

/* Placeholder */

.interviews-placeholder {
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(145deg, #f8fafc 0%, #fef3f2 55%, #eef2ff 100%);
    color: #64748b;
}

.interviews-featured__visual .interviews-placeholder,
.interviews-card__media .interviews-placeholder {
    min-height: 0;
}

.interviews-placeholder__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    color: var(--iv-theme);
    font-size: 1.15rem;
    border: 1px solid var(--iv-border);
}

.interviews-placeholder__text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    margin: 0;
}

/* Boş durum */

.interviews-empty {
    text-align: center;
    padding: 3.5rem 1.5rem;
    border-radius: 24px;
    background: var(--iv-paper);
    border: 1px dashed var(--iv-border);
    box-shadow: var(--iv-shadow);
}

.interviews-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 123, 107, 0.1);
    color: var(--iv-theme);
    font-size: 1.75rem;
    border: 1px solid var(--iv-border);
}

.interviews-empty__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--iv-header);
    margin-bottom: 0.35rem;
}

.interviews-empty__text {
    font-size: 0.9375rem;
    color: var(--iv-text);
    margin: 0;
}

@keyframes interviewsFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .interviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .interviews-featured__card {
        grid-template-columns: 1fr;
    }

    .interviews-illustration {
        margin-top: 1.5rem;
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .interviews-grid {
        grid-template-columns: 1fr;
    }

    .interviews-hero {
        padding-top: 2.25rem;
    }
}
