.hc-gebelik-haftasi-intro {
    margin: 0 0 16px;
    color: #4b5563;
    line-height: 1.55;
}

.hc-gebelik-haftasi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hc-gebelik-haftasi-hero {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.hc-gebelik-haftasi-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    border: 1px solid #d6e4ff;
    border-radius: 16px;
    background: #eef4ff;
    color: #174ea6;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.hc-gebelik-haftasi-subtitle {
    margin-top: 5px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.hc-gebelik-haftasi-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0;
}

.hc-gebelik-haftasi-cards div {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.hc-gebelik-haftasi-cards span,
.hc-gebelik-haftasi-cards strong {
    display: block;
}

.hc-gebelik-haftasi-cards span {
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.hc-gebelik-haftasi-cards strong {
    color: #101828;
    font-size: 14px;
    line-height: 1.35;
}

.hc-gebelik-haftasi-progress {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #dbe7ff;
    border-radius: 14px;
    background: #f7faff;
}

.hc-gebelik-haftasi-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.hc-gebelik-haftasi-progress-head strong {
    color: #174ea6;
}

.hc-gebelik-haftasi-bar {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7edf5;
}

.hc-gebelik-haftasi-bar span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #155eef 0%, #0f8a5f 100%);
    transition: width .3s ease;
}

.hc-gebelik-haftasi-yorum {
    margin: 14px 0 0;
    color: #334155;
    line-height: 1.55;
}

.hc-gebelik-haftasi-not {
    margin: 12px 0 0;
    padding: 12px 14px;
    border: 1px solid #f3cc74;
    border-radius: 12px;
    background: #fff8e7;
    color: #8a5a03;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .hc-gebelik-haftasi-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .hc-gebelik-haftasi-grid,
    .hc-gebelik-haftasi-cards {
        grid-template-columns: 1fr;
    }

    .hc-gebelik-haftasi-hero {
        align-items: flex-start;
    }
}
