/* =====================================================
   GENEL
===================================================== */

.section-block {
    padding: 24px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 20px;
}

.section-head.center {
    justify-content: center;
    text-align: center;
}

.section-head h2 {
    font-size: 30px;
    margin-bottom: 8px;
}

.section-head p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.section-link {
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #222;
}

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

.hero-section {
    padding: 24px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.hero-main,
.hero-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-main {
    background: #fff;
    border-radius: 24px;
    padding: 42px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    justify-content: center;
}

.hero-badge {
    display: inline-block;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f2f2f2;
    font-size: 13px;
    color: #444;
    margin-bottom: 18px;
}

.hero-main h1 {
    font-size: 48px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.hero-main p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: 0.2s ease;
}

.hero-btn.primary {
    background: #222;
    color: #fff;
    border-color: #222;
}

.hero-btn.primary:hover {
    background: #111;
}

.hero-btn.secondary {
    background: #fff;
    color: #222;
}

.hero-btn.secondary:hover {
    background: #f3f3f3;
}

.hero-info-card,
.hero-mini-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.hero-info-card h3,
.hero-mini-card h4 {
    font-size: 22px;
    margin-bottom: 16px;
}

.hero-info-card ul {
    padding-left: 18px;
    color: #555;
    line-height: 1.8;
}

.mini-rating-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.mini-bar {
    height: 8px;
    border-radius: 999px;
    background: #dfdfdf;
    overflow: hidden;
}

.mini-fill {
    height: 100%;
    background: linear-gradient(90deg, #666, #222);
    border-radius: 999px;
}

/* =====================================================
   KİTAP GRID
===================================================== */

.book-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.book-card.home {
    min-width: 0;
    max-width: 100%;
    border-radius: 18px;
}

.book-card.home .book-image {
    height: 260px;
}

.book-card.home .book-info {
    padding: 18px;
}

.book-card.home .author {
    font-size: 14px;
}

.book-card.home .title {
    font-size: 22px;
}

.book-card.home .comments {
    font-size: 14px;
}

.book-card.home .rating {
    font-size: 17px;
}

.book-card.home .fav {
    font-size: 24px;
    top: 12px;
    right: 12px;
}

/* =====================================================
   KEŞİF KARTLARI
===================================================== */

.discover-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.discover-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.discover-card h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.discover-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 18px;
}

.warning-tags,
.genre-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.warning-tag,
.genre-tag {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.2s ease;
}

.warning-tag:hover,
.genre-tag:hover {
    background: #eaeaea;
}

/* =====================================================
   ADIMLAR
===================================================== */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.step-number {
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f2f2f2;
    margin-bottom: 14px;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.step-card p {
    color: #666;
    line-height: 1.7;
}

/* =====================================================
   YORUMLAR
===================================================== */

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.review-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 16px;
}

.review-text {
    color: #555;
    line-height: 1.7;
    margin-bottom: 14px;
}

.review-user {
    font-size: 14px;
    color: #777;
}

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

.cta-box {
    background: #fff;
    border-radius: 24px;
    padding: 42px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.cta-box h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.cta-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.cta-actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

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

@media (max-width: 1000px) {
    .hero-grid,
    .discover-grid,
    .steps-grid,
    .reviews-grid,
    .book-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-main h1 {
        font-size: 38px;
    }
}

@media (max-width: 700px) {
    .hero-grid,
    .discover-grid,
    .steps-grid,
    .reviews-grid,
    .book-grid {
        grid-template-columns: 1fr;
    }

    .hero-main,
    .hero-info-card,
    .hero-mini-card,
    .discover-card,
    .step-card,
    .review-card,
    .cta-box {
        padding: 24px;
    }

    .hero-main h1 {
        font-size: 32px;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-head h2,
    .discover-card h2,
    .cta-box h2 {
        font-size: 24px;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }
}



.faq-link-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.faq-link-card:hover {
    transform: translateY(-6px);
}